(C) 1996 AROS - The Amiga Replacement OS


NAME
#include <proto/iffparse.h>
LONG GoodType()
SYNOPSIS
LONG type

LOCATION
In IFFParseBase at offset 44
FUNCTION
Determines whether a IFF chunk type is valid according to the IFF specification.

INPUTS
type
An IFF chunk type to be tested.
RESULT
TRUE - type is valid. FALSE - otherwise.

NOTES
Assumes the input type to be in local byte order.

EXAMPLE
BUGS
SEE ALSO
GoodID()
INTERNALS
HISTORY
13.02.1997 digulla
Bugfix. Loads IFF pictures now.

Added lots of debug output

03.02.1997 digulla
Iffparse.library as supplied by Nils H. Lorentzen